This page descibes all the artifacts, produced out of Xcode application project build with the xcode-maven-plugin.
<artifact-id>-<version>.pom
The project pom file as defined in the project. More information in Project Pom.
<artifact-id>-<version>-versions.xml
The file containing the reproducibility information of the project built and its (transitive) dependencies. More information in Version information.
<artifact-id>-<version>-<classifier>.ipa
The iPhone application archive file which contains the application as built by Xcode.
The classifier for this artifact is Configuration - sdk .
The default built configurations and sdks for application projects are
Release and iphoneos, i.e. by default you see the following artifact:
<artifact-id>-<version>-Release-iphoneos.ipa
<artifact-id>-<version>-<classifier>.zip
The application as built by Xcode.
The classifier for this artifacts is Configuration - sdk - app .
The default built configurations and sdks for application projects are
Release and iphoneos, i.e. by default you see the following artifact:
<artifact-id>-<version>-Release-iphoneos-app.zip
<artifact-id>-<version>-<classifier>.htm
The over the air htm file. More information in OTA Service
The classifier for this artifact is Configuration - sdk - ota .
The default built configurations and sdks for application projects are
Release and iphoneos, i.e. by default you see the following artifact:
<artifact-id>-<version>-Release-iphoneos-ota.htm
.
The debug symbols generated during the Xcode build if the "Generate Debug Symbols" option is activated.
<artifact-id>-<version>-<classifier>.zip
The classifier for this artifact is Configuration-sdk-app.dSYM .
The default built configurations and sdks for application projects are
Release and iphoneos, i.e. by default you see the following artifact:
<artifact-id>-<version>-Release-iphoneos-app.dSYM.zip
.